Dokka MultiModule Example
androidJvm
pos-core
/
[root]
Package-level
declarations
Types
Types
Adapter
Apps
Link copied to clipboard
class
AdapterApps
(
context
:
Context
,
appList
:
List
<
String
>
,
onSelect
:
(
Int
)
->
Unit
)
:
RecyclerView.Adapter
<
AdapterApps.ViewHolder
>